home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib6 / v_08_05 / 8n05073a < prev    next >
Encoding:
Text File  |  1995-11-01  |  87 b   |  10 lines

  1. Listing 1:
  2. show()
  3. {
  4.     auto int i;
  5.  
  6.     i = 7;
  7.     printf("In show, i = %d\n", i);
  8. }
  9.  
  10.